func regexp/syntax.writeRegexp
8 uses
regexp/syntax (current package)
regexp.go#L116: func writeRegexp(b *strings.Builder, re *Regexp) {
regexp.go#L194: writeRegexp(b, re.Sub[0])
regexp.go#L200: writeRegexp(b, sub)
regexp.go#L203: writeRegexp(b, sub)
regexp.go#L230: writeRegexp(b, sub)
regexp.go#L233: writeRegexp(b, sub)
regexp.go#L241: writeRegexp(b, sub)
regexp.go#L248: writeRegexp(&b, re)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |